net/http.socksDialer.DialWithConn (method)
3 uses
net/http (current package)
socks_bundle.go#L343: func (d *socksDialer) DialWithConn(ctx context.Context, c net.Conn, network, address string) (net.Addr, error) {
socks_bundle.go#L382: if _, err := d.DialWithConn(context.Background(), c, network, address); err != nil {
transport.go#L1659: if _, err := d.DialWithConn(ctx, conn, "tcp", cm.targetAddr); err != nil {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |